How to get it work in VB6!
--------------------------

  (Step by step FAQ / instructions)
  (Please use with appropriate Calaym version only)

  Running in the IDE
  ------------------

  - For debug informations, you may activate logging in modul_Calaym_Player:
    #Const UseFileLogging = 1 'Set 1 to enable log file handling

  ? The project loads and quits immediatelly:
  ? The sound system layer file is not found
  ? Settings are not stored in the Calaym project directory
  ? Icons and bitmaps are not shown
  ! Use Calaym_IDE project; Copy a valid language file, theme file and
    sound system layer to a valid directory:
     - /BASE=... parameter if defined in project properties
     - Project directory / filename
     - Visual Basic directory / vb6.exe
    The appropriate directory will automatically be used as program directory
    (see also debug log).
    (Calaym will automatically
    directories (used if language and/or layer file is found;)
    If the path is within the program files (typically 'C:\Program files') and
    no ini files is found, all output files will be stored in the application
    data folder. If /base is set, the provided path will be used except for the
    debug logfile.
  i You can alternatively use any compatible theme file.
  i You can alternatively use any compatible language file.
  i Check you use the correct language file. Incompatible language files will be
    ignored (see debug log)
  i Using /PORTABLE adds the computername to filenames for configuration and
    playlist only, but this is ignored for the language file.
    computername to the filename when the language file, 
  i Calaym will search for the sound system layer file in the directory of
    the executable (Visual Basic / Project file).

  ? A dll file required by the sound system is not found.
  ! Copy the enlisted file(s) to the Windows\system[32] (or Visual Basic 6)
    directory.
  ! All runtime files should be available on the homepage.

  ? Calaym or VB6 stop responding to menu events
  ? Keyboard shortcuts do not work
  ? When using certain keys, Visual Basic responds to them rather than
    Calaym or vice versa
  ? After using the search dialog, menus and keyboard shortcuts won't work any
    more
  ! This is due message handling. Calaym's message handler does not process
    Visual Basic accelerators etc; It's critical to break and modify, but in
    case of need it is best to have the Calaym window minimized or at least
    in the background (and completely overlapped with other windows) and use the
    mouse to break execution.



  Compiling
  ---------

  - You can deactivate debug informations in modul_Calaym_Player:
    #Const UseFileLogging = 0 'Set 1 to enable log file handling
  - You should compile the Calaym.vbp, not Calaym_IDE.vbp.

  ? After compilation Calaym crashes
  ? Where are the resources?
  ? After compiling, Calaym quits without any error messages
  ! Resources are provided as single resource file (resCalaym.res) in the
    project directory. Additionally the resource scripts also provided in the
    res_enu (and res_ger for the german language file). Visual Basic has some
    problems with resource files (Either corrupts them (especially the menu
    resources), or with the latest versions of Calaym, there is no
    executable after compilation).
    If you encounter any problems with the resources, compile Calaym
    without resources, and use an application that can modify/import resources
    of executables.
